npm ERR! Fix the upstream dependency conflict,

74

npm ERR! Fix the upstream dependency conflict, -

npm install --legacy-peer-deps

Fix the upstream dependency conflict installing NPM packages -

Looks like it's a problem with Peer Dependencies in the latest version of npm (v7) which is still a beta version. 
Try with: npm install --legacy-peer-deps 
For detail info check this https://blog.npmjs.org/post/626173315965468672/npm-v7-series-beta-release-and-semver-major

Comments

Submit
0 Comments